home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / tactics_core.swf / scripts / DefineButton2_854 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2007-03-20  |  108 b   |  8 lines

  1. on(rollOver){
  2.    command = "Wait";
  3.    if(halfcnt != null)
  4.    {
  5.       _parent.showqueue(true);
  6.    }
  7. }
  8.